home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / fm42ch.exe / {app} / Foxmail.exe / 0 / RCDATA / TF_FIND / TF_FIND.txt
Text File  |  2002-07-04  |  2KB  |  93 lines

  1. object F_find: TF_find
  2.   Left = 235
  3.   Top = 215
  4.   BorderStyle = bsDialog
  5.   Caption = 'Find Text'
  6.   ClientHeight = 106
  7.   ClientWidth = 398
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 16
  20.     Top = 16
  21.     Width = 56
  22.     Height = 13
  23.     Alignment = taRightJustify
  24.     Caption = '&Text to find:'
  25.     FocusControl = E_find
  26.   end
  27.   object E_find: TEdit
  28.     Left = 86
  29.     Top = 15
  30.     Width = 196
  31.     Height = 21
  32.     TabOrder = 0
  33.   end
  34.   object RGdirection: TRadioGroup
  35.     Left = 128
  36.     Top = 48
  37.     Width = 153
  38.     Height = 41
  39.     Caption = 'Direction'
  40.     Columns = 2
  41.     ItemIndex = 0
  42.     Items.Strings = (
  43.       '&Forward'
  44.       '&Backward')
  45.     TabOrder = 1
  46.   end
  47.   object BtnOk: TButton
  48.     Left = 298
  49.     Top = 16
  50.     Width = 95
  51.     Height = 24
  52.     Caption = '&Find Next'
  53.     Default = True
  54.     ModalResult = 1
  55.     TabOrder = 2
  56.     OnClick = BtnOkClick
  57.   end
  58.   object Button2: TButton
  59.     Left = 298
  60.     Top = 48
  61.     Width = 95
  62.     Height = 24
  63.     Cancel = True
  64.     Caption = 'Cancel'
  65.     ModalResult = 2
  66.     TabOrder = 3
  67.   end
  68.   object CBcase: TCheckBox
  69.     Left = 14
  70.     Top = 72
  71.     Width = 107
  72.     Height = 17
  73.     Caption = '&Case sensitive'
  74.     TabOrder = 4
  75.   end
  76.   object CheckBox1: TCheckBox
  77.     Left = 14
  78.     Top = 48
  79.     Width = 107
  80.     Height = 17
  81.     Caption = '&Whole word'
  82.     Checked = True
  83.     Enabled = False
  84.     State = cbChecked
  85.     TabOrder = 5
  86.   end
  87.   object Language: TLanguage
  88.     LangCenter = DM_Language.LangCenter
  89.     Left = 112
  90.     Top = 24
  91.   end
  92. end
  93.